feat(ci): add 3.14/3.15 base images and scenario exclusions (PROF-15511) - #165
Draft
vlad-scherbich wants to merge 3 commits into
Draft
feat(ci): add 3.14/3.15 base images and scenario exclusions (PROF-15511)#165vlad-scherbich wants to merge 3 commits into
vlad-scherbich wants to merge 3 commits into
Conversation
This was referenced Jul 26, 2026
vlad-scherbich
force-pushed
the
vlad/gate-infra
branch
from
July 27, 2026 19:37
4fb551f to
73e332f
Compare
vlad-scherbich
force-pushed
the
vlad/gate-infra
branch
from
July 27, 2026 21:40
73e332f to
18887b8
Compare
vlad-scherbich
force-pushed
the
vlad/gate-infra
branch
3 times, most recently
from
July 27, 2026 22:05
a283a8c to
9dfaad8
Compare
vlad-scherbich
marked this pull request as ready for review
August 6, 2026 18:58
vlad-scherbich
marked this pull request as draft
August 6, 2026 19:01
KowalskiThomas
left a comment
Contributor
There was a problem hiding this comment.
I see many changes in the diff that seem unrelated to what the description says, maybe bad rebase?
vlad-scherbich
added a commit
that referenced
this pull request
Aug 16, 2026
Demo-only: TestRun_ExcludeDropsMatchedNames expects live_heap in the included set. Revert this commit (or restore the want line) to demo PASS.
vlad-scherbich
force-pushed
the
vlad/gate-infra
branch
2 times, most recently
from
August 16, 2026 20:13
49e69dd to
9836924
Compare
3 tasks
vlad-scherbich
force-pushed
the
vlad/gate-infra
branch
from
August 16, 2026 20:21
9836924 to
b34a3be
Compare
- ddprof_live_heap: widen alloc-space margin to 15% (CI often ~94% vs 100% due to C++ runtime overhead; see scenario README) - ddprof_julia: pin julia:1.11.5-bookworm instead of :latest, and allow the first CPU profile cycle to fail when JIT symbols are not yet exported
- ddprof_live_heap: widen alloc-space margin to 15% (CI often ~94% vs 100% due to C++ runtime overhead; see scenario README) - ddprof_julia: pin julia:1.11.5-bookworm instead of :latest, and allow the first CPU profile cycle to fail when JIT symbols are not yet exported
…am gate Add RE2-safe list-scenarios -exclude and ci.yml test_scenarios_exclude so wheel-only Python scenarios are not silently skipped. Ship Python 3.14/3.15 base images, dd-trace-py STS trigger policy, and migration gate index README. Scenario workloads land in follow-up PRs.
vlad-scherbich
force-pushed
the
vlad/gate-infra
branch
from
August 16, 2026 20:36
b34a3be to
e0a5a0f
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Prev: #174 (merged) | Next: #166 (parallel after #165: #167, #168)
Motivation
Foundation for the Python 3.14 → 3.15 downstream gate on dd-trace-py. Rebased on latest
main.Summary
Infra only — no scenario directories in this PR.
list-scenarios -exclude+test.ymlwiring;ci.ymlsetstest_scenarios_exclude: '_3\.15$|^python_downstream_gate$'base_images/Dockerfile.python-3.14andpython-3.15scenarios/python_downstream_gate/README.md(docs only)dd-trace-py.github.trigger-ci.sts.yaml)Removed from this PR (were accidental rebase noise):
node_allocationsflake fix,pyproject.tomlexceptions ruff ignore (→ #166).Demo FAIL / PASS (local, no commit)
To demo the new exclude check failing locally:
Test plan
go test ./cmd/list-scenarios/...go test -run TestSchemaValidationDDTRACE_INSTALL_URL(after stack lands + dd-trace-py wiring)